home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / hide.doc < prev    next >
Text File  |  1995-03-31  |  4KB  |  123 lines

  1. (Comp.sys.handhelds) 
  2. Item: 824 by d89-mlt at sm.luth.se 
  3. Author: Morgan Lindqvist & Mattias Dahl 
  4.   Subj: Program HIDE ver. 2.0 for HP48sx 
  5.   Date: Sun Sep 30 1990 14:54  
  6.  
  7. Here comes a hide program ver 2.0 for subdirectories and other object 
  8. names, from M&M 
  9.  
  10.            --------------------------------------------- 
  11.            |  This version is much faster than ver 1.0 | 
  12.            --------------------------------------------- 
  13.  
  14. Mattias Dahl                 &            Morgan Lindqvist 
  15. d89-mdl@sm.luht.se                        d89-mlt@sm.luth.se 
  16.  
  17.                  University of Lulea, SWEDEN 
  18.  
  19. ------------------------------------------------------------------------- 
  20.         _           _           _ _                   _           _ 
  21.        /   \       /   \      /     \              /   \       /   \  
  22.       |     |     |     |    |       |             |     |     |     | 
  23.       |      \ _ /      |    |       |             |      \ _ /      | 
  24.       |       |_|       |     \     /              |       |_|       | 
  25.       |                 |       \ /                |                 | 
  26.       |                 |       / \                |                 | 
  27.       |                 |     /     \              |                 | 
  28.       |                 |    |        \   /        |                 | 
  29.  /    |                 |    |          X     /    |                 | 
  30.  \ _ /                   \_   \ _ _ _ /   \   \ _ /                   \ _ 
  31.                
  32.  
  33. ------------------------------------------------------------------------- 
  34.  
  35. Excuse for any grammar mistakes. 
  36.  
  37. First we would like to thank Rick Grevelle for the SYSEVAL's 
  38.  
  39. ---------------------------------------------------------------- 
  40.  
  41. You can hide all objectnames and use the "programs, directories, 
  42. variables, ..." as usual. 
  43.  
  44. NOTE! These programs will not work on HOME directory. 
  45.  
  46. To hide a name(s) in a directory you must evaluate these programs 
  47. like this. ex. { HOME APPL HIDE } RCL EVAL  
  48. There "HOME APPL" is the path to the "HIDE"-programs directory.    
  49.  
  50. -------------------------------------------------------------- 
  51. EXAMPLE:  [This is a "picture" of the LCD with 4 menu items.  -jkh-] 
  52.  
  53. 4: 
  54. 3: 
  55. 2: 
  56. 1:_          _  
  57.   MAT  EXCO  U137  X  
  58.                                _ 
  59. To hide EXCO and the directory MAT: 
  60.  
  61. 4: 
  62. 3:    
  63. 2:                         { EXCO MAT } 
  64. 1:_\<< { HOME_APPL HIDE } RCL EVAL \>>     
  65.   MAT  EXCO  U137   X 
  66.  
  67. Then press EVAL: 
  68.  
  69. 4: 
  70. 3: 
  71. 2: 
  72. 1:_                             
  73.   U137  X 
  74.                           _  
  75. You can still use EXCO or MAT by typing in EXCO or MAT . 
  76.  
  77. --------------------------------------------------------- 
  78. To unhide EXCO: 
  79.  
  80. 4: 
  81. 3: 
  82. 2:                                    EXCO  
  83. 1:_  \<< { HOME APPL UNHIDE } RCL EVAL \>>     
  84.   U137  X 
  85.  
  86. Then press EVAL: 
  87.  
  88. 4: 
  89. 3: 
  90. 2: 
  91. 1:_ 
  92.   U137  X  EXCO 
  93.  
  94. --------------------------------------- 
  95. To wake up all hidden names: 
  96.  
  97. 4: 
  98. 3: 
  99. 2: 
  100. 1:_  \<< { HOME APPL WAKEUP } RCL EVAL \>>     
  101.   U137  X  EXCO  
  102.  
  103. Then press EVAL: 
  104.  
  105. 4: 
  106. 3: 
  107. 2: 
  108. 1:_             _ 
  109.   U137  X  EXCO MAT 
  110.  
  111. --------------------------------------------------- 
  112. USAGE: 
  113.  
  114. HIDE              1:  { 'names' }  ->  none  
  115.             OR    1:    'name'     ->  none 
  116.  
  117.  
  118. UNHIDE            1:  { 'names' }  ->  none  
  119.             OR    1:    'name'     ->  none 
  120.  
  121.  
  122. WAKEUP            1:     none      ->  none 
  123.